You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > CopyFromArray Method > TMtx.CopyFromArray Method ([In] double[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.CopyFromArray Method ([In] double[])

Copies the matrix from a 2D array.

Syntax
C#
Visual Basic
public void CopyFromArray([In] double[] Src);

Sizes the matrix to match the size of the 2D array and copies all the values.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!